Include <stdlib.h> for getenv().
authorTor Lillqvist <tml@iki.fi>
Mon, 15 Jan 2001 22:12:31 +0000 (22:12 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 15 Jan 2001 22:12:31 +0000 (22:12 +0000)
commit18e95c4e0f2547e91f968229310a00f71e2ca640
treec845219ca263e87820ee346bb2d9c403c5db972d
parent420e4ee2f7de785b6f6a661d08e590e0b4b2a773
Include <stdlib.h> for getenv().

2001-01-16  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().

* gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.

* gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
to g_{locale,filename}_{to,from}_utf8 to match current API.

* gtk/makefile.msc.in (gtk_OBJECTS)
* gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.

* gtk/gtk.def: Update.
13 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/win32/gdkevents-win32.c
gdk/win32/gdkfont-win32.c
gdk/win32/gdkvisual-win32.c
gtk/gtk.def
gtk/makefile.mingw.in
gtk/makefile.msc.in